
#wrapper{ width:1400px; margin:auto; padding-top:40px;}
.jscarousal
{
	width: 1400px;
	margin:0 auto;
	padding: 0;
	position: relative;left:-220px; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/jt01.png);
	background-repeat: no-repeat;
	background-position: left;
	width:53px;
	height:99px;
	float:left;
	position: absolute;
	left:-80px;
	top:290px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/jt02.png);
	background-repeat: no-repeat;
	background-position: right;
	width:53px;
	height:99px;
	float:right;
    position: absolute;
	right:-80px;
	top:290px;
}
.jscarousal-contents
{
	width: 1400px;
	height: 710px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	
}
.jscarousal-contents > div > div
{
	float: left;
	margin:10px 12px 10px 12px;
}
.jscarousal-contents img
{	
	width:300px;
	height:300px;

}
.hidden
{
	display: none;
}






/*------tab---------*/